home *** CD-ROM | disk | FTP | other *** search
- MKS LEX & YACC, Version 3.1 - Mortice Kern Systems Inc.
-
- KEYWORDS: office automation/tools, software development, configuration management, file management, Source Code Managers , 519
-
- Lexical Analyzer
-
- The newest release of MKS LEX & YACC, Version 3.1, offers YACC Tracker, an
- interactive trace facility for MKS YACC-generated parsers. YACC Tracker
- provides a visual interface into MKS YACC's grammars to allow users to see
- interactively what the grammar is doing. MKS YACC now has additional tables and
- tracing interfaces which provides printable tokens and their YACC types, as
- well as encoded lists of rules and YACC parser states. online manual pages
- display how to use these commands. A new integrated manual includes tutorials
- with examples for C++, C, and Turbo Pascal, programming guides and new sections
- on symbol table management and how to use YACC Tracker. MKS LEX & YACC is used
- to develop programs that analyze and interpret input. The developer supplies
- actions to be taken during the scanning and parsing process, and applies
- meaning to the output provided by MKS LEX & YACC. MKS LEX builds a lexical
- analyzer -a C++, C, or Turbo Pascal function that takes a stream of input and
- breaks it up into tokens according to the rules specified by the user. MKS YACC
- builds a parser -a C++, C, or Turbo Pascal function that takes a stream of
- tokens (such as those provided by MKS LEX) and matches them against the grammar
- you provide. MKS LEX & YACC is fully compatible with System V and BSD UNIX
- system lex and yacc.
-
-
- Mortice Kern Systems Inc.
- Tel: (519) 884-2251
- Toll free: (800) 265-2797
- Fax: (519) 884-8861
-